home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / bitcat / file_id.diz < prev    next >
Text File  |  1995-12-11  |  558b  |  1 lines

  1. The files included are meant to help you start a bitmap catalog program in Visual Basic for Windows. The code included will search the current directory for .BMP and .RLE files and will then resize the graphic file to 50X50 using the StretchBlt function and then place it and its filename in the window. There can be up to 60 files onscreen at once, if there are more then you can use the scroll bar to scroll through them. The program is currently limited to about 160 files in a single directory but it can be easily modified to handle as many as you want.